Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jul 19, 2017

This code snippet should be shown with the semicolon:
// Function Expression
let sum = function(a, b) {
return a + b;
}; // Semicolon added

This code snippet should be shown with the semicolon:
// Function Expression
let sum = function(a, b) {
  return a + b;
}
@iliakan iliakan merged commit a2bbf63 into javascript-tutorial:master Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant